home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / amyfaqg.lha / AmigaFAQ / programmer / pragmas / envoy_pragmas.h < prev    next >
C/C++ Source or Header  |  1994-07-28  |  347b  |  15 lines

  1. #ifndef PRAGMAS_ENVOY_PRAGMAS_H
  2. #define PRAGMAS_ENVOY_PRAGMAS_H
  3.  
  4. #ifndef CLIB_ENVOY_PROTOS_H
  5. #include <clib/envoy_protos.h>
  6. #endif
  7.  
  8. extern struct Library *EnvoyBase;
  9.  
  10. #pragma libcall EnvoyBase HostRequestA 1e 801
  11. #pragma libcall EnvoyBase LoginRequestA 24 801
  12. #pragma libcall EnvoyBase UserRequestA 2a 801
  13.  
  14. #endif  /*  PRAGMAS_ENVOY_PRAGMAS_H  */
  15.